time.absDays.split (method)
6 uses
time (current package)
time.go#L643: func (days absDays) split() (century absCentury, cyear absCyear, ayday absYday) {
time.go#L748: century, cyear, ayday := days.split()
time.go#L758: century, cyear, ayday := days.split()
time.go#L818: century, cyear, ayday := t.absSec().days().split()
time.go#L825: _, _, ayday := t.absSec().days().split()
time.go#L832: _, _, ayday := t.absSec().days().split()
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |